home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.4 KB | 48 lines | [TEXT/MPS ] |
- # makefile for "NetE"
- # Copyright 1991 The NetWork Project, StatLab Heidelberg
- # Copyright 1991 G. Sawitzki, StatLab Heidelberg
- # All rights reserved.
- #
-
- # Start of NetWork Setup
- #
- # This is a set of definitions used in all make files of the NetWork project.
- # If the locations you have chosen differ from our recommendations, you should
- # copy & paste this header in all NetWork make files.
- #
- # unfortunately, Apple uses a convention to use quotes during usage, not
- # definition of symbols. For consistency, we stick to that convention.
- #
- NetWork_Tools = {SystemFolder}NetWork Tools:
- NetWork_Idle_Tools = {SystemFolder}NetWork Idle Tools:
- NetWork_Startup_Tools = {SystemFolder}NetWork Startup Tools:
- NetWork_Logs = {SystemFolder}NetWork Logs:
- NetWork_Examples = {Boot}Projects:NetWork:NetWork Examples:
- #
- NetWork_Libraries = {Libraries}
- NetWork_PInterfaces = {PInterfaces}
- NetWork_CIncludes = {CIncludes}
- #
- # End of NetWork Setup
-
- xPOptions = -r -mbg full
- Libs = "{PLibraries}PasLib.o" "{Libraries}Interface.o" "{Libraries}Runtime.o"
-
-
-
- hello.p.o ƒ hello.p
-
- hello ƒƒ hello.r
- Rez -a -o hello hello.R
-
- hello ƒƒ hello.p.o
- Link -w -c hello -o {Targ} ∂
- hello.p.o ∂
- "{Libraries}"ObjLib.o ∂
- "{NetWork_Libraries}"NetWorkLib.o ∂
- "{NetWork_Libraries}"SchedulerUnit.p.o {Libs}
- # setfile -a B hello #uncomment if you have a bundle
- echo '##installing hello:'
- newfolder "{NetWork_Startup_Tools}" ∑∑ dev:null || set status 0
- duplicate hello "{NetWork_Startup_Tools}"
-